<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#wrapper{ width:1400px; margin:auto; padding-top:40px;}
.jscarousal
{
	width: 1400px;
	margin:0 auto;
	padding: 0;

}
.jscarousal .jscarousal-left
{
	background-image: url(../images/jt01.png);
	background-repeat: no-repeat;
	background-position: left;
	width:53px;
	height:99px;
	float:left;
	position: absolute;
	left:-80px;
	top:290px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/jt02.png);
	background-repeat: no-repeat;
	background-position: right;
	width:53px;
	height:99px;
	float:right;
    position: absolute;
	right:-80px;
	top:290px;
}
.jscarousal-contents
{
	width: 1400px;
	height: 710px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents &gt; div
{
	position: absolute;
	width: 100%;
	
}
.jscarousal-contents &gt; div &gt; div
{
	float: left;
	margin:10px 12px 10px 12px;
}
.jscarousal-contents img
{	
	width:300px;
	height:300px;

}
.hidden
{
	display: none;
}






/*------tab---------*/</pre></body></html>